home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: freenet.toronto.on.ca!bh332
- From: bh332@freenet.toronto.on.ca (Karim Ladha)
- Subject: [Q]Assigning function pointer in C/C++.
- Message-ID: <DL3JJu.5nB.0.queen@torfree.net>
- Sender: bh332@torfree.net (Karim Ladha)
- Reply-To: bh332@freenet.toronto.on.ca (Karim Ladha)
- Organization: Toronto Free-Net Inc., Toronto, Ontario, Canada
- Date: Sat, 13 Jan 1996 01:45:30 GMT
-
-
-
- How is it possible to assign a declared variable in C++ a pointer to
- some function member? If you know of a solution, post. Greatly appreciated.
-
- In C for example;
-
- ...
- void( far *MyFunc )();
- ...
- ...
-
- Thank you,
- Karim A.Ladha - BH332@TorFree.Net
-
- PS: Using BC++ v4.0 for Windows(tm) - DOS Application.
-
- --
-
-